home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Backup / SyncBack 3.2.14 / SyncBack_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-10-30  |  4.2 KB  |  77 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=SyncBack
  4. AppVerName=SyncBack 3.2.14.0
  5. AppId=SyncBack
  6. AppPublisher=2BrightSparks
  7. AppPublisherURL=http://www.SyncBack.com
  8. AppSupportURL=http://www.SyncBack.com
  9. AppUpdatesURL=http://www.SyncBack.com
  10. AppMutex=SyncBack
  11. DefaultDirName={pf}\2BrightSparks\SyncBack
  12. DefaultGroupName=2BrightSparks\SyncBack
  13. UninstallDisplayIcon={app}\SyncBack.exe
  14. UninstallDisplayName=SyncBack
  15. OutputBaseFilename=SyncBack_Setup
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. LicenseFile=embedded\License.rtf
  19. InfoBeforeFile=embedded\InfoBefore.rtf
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\SyncBack.exe"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  24. Source: "{app}\ReadMe.rtf"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  25. Source: "{app}\License.rtf"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  26. Source: "{app}\timestamp.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  27. Source: "{app}\RotateBackup.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  28. Source: "{app}\SYNCBACK.CHM"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  29. Source: "{app}\RemoveSourceAfter.vbs"; DestDir: "{app}"; Flags: overwritereadonly ignoreversion 
  30. [Registry]
  31. Root: HKCU; Subkey: "Software\MJLSoftware\SyncBack"; Flags: uninsdeletekey 
  32. Root: HKLM; Subkey: "Software\Microsoft\Windows\Help"; ValueName: "Syncback.chm"; ValueType: String; ValueData: "{app}"; OnlyBelowVersion: 4.9.3001,0.0; Flags: uninsdeletevalue noerror 
  33. Root: HKCU; Subkey: "Software\MJLSoftware"; Flags: uninsdeletekeyifempty 
  34. [INI]
  35. FileName: "{app}\MailingList.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/mailinglist.html"; 
  36. FileName: "{app}\Forums.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.2brightsparks.com/bb/"; 
  37. FileName: "{app}\SyncBackSE.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.SyncBackSE.com/"; 
  38. [Run]
  39. Filename: "{app}\SyncBack.exe"; Description: "Launch SyncBack"; Flags: postinstall skipifsilent nowait
  40. Filename: "{app}\SYNCBACK.CHM"; WorkingDir: "{app}"; Description: "Read the help file"; Flags: shellexec postinstall unchecked skipifsilent nowait
  41. Filename: "http://www.2brightsparks.com/mailinglist.html"; Description: "Join the mailing list"; Flags: shellexec postinstall skipifsilent nowait
  42. [Icons]
  43. Name: "{group}\SyncBack"; Filename: "{app}\SyncBack.exe"; 
  44. Name: "{group}\Help"; Filename: "{app}\SYNCBACK.CHM"; 
  45. Name: "{group}\Mailing List"; Filename: "{app}\MailingList.url"; 
  46. Name: "{group}\Online Forums"; Filename: "{app}\Forums.url"; 
  47. Name: "{group}\SyncBackSE"; Filename: "{app}\SyncBackSE.url"; 
  48. Name: "{group}\Uninstall SyncBack"; Filename: "{uninstallexe}"; 
  49. Name: "{userdesktop}\SyncBack"; Filename: "{app}\SyncBack.exe"; Tasks: desktopicon; 
  50. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SyncBack"; Filename: "{app}\SyncBack.exe"; Tasks: quicklaunchicon; 
  51. [Tasks]
  52. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  53. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  54. [UninstallDelete]
  55. Type: files; Name: "{app}\*_excl.txt"; 
  56. Type: files; Name: "{app}\*_excl_dir.txt"; 
  57. Type: files; Name: "{app}\*_Log_Page*.html"; 
  58. Type: files; Name: "{app}\*_Log*.txt"; 
  59. Type: files; Name: "{app}\Debug_*.txt"; 
  60. Type: files; Name: "{app}\MailingList.url"; 
  61. Type: files; Name: "{app}\Forums.url"; 
  62. Type: files; Name: "{app}\SyncBackSE.url"; 
  63. [CustomMessages]
  64. default.NameAndVersion=%1 version %2
  65. default.AdditionalIcons=Additional icons:
  66. default.CreateDesktopIcon=Create a &desktop icon
  67. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  68. default.ProgramOnTheWeb=%1 on the Web
  69. default.UninstallProgram=Uninstall %1
  70. default.LaunchProgram=Launch %1
  71. default.AssocFileExtension=&Associate %1 with the %2 file extension
  72. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  73. [Languages]
  74. ; These files are stubs
  75. ; To achieve better results after recompilation, use the real language files
  76. Name: "default"; MessagesFile: "embedded\default.isl"; 
  77.